runtime.stackScanState.conservative (field)

4 uses

	runtime (current package)
		mgcmark.go#L1008: 	if state.conservative || isAsyncPreempt || isDebugCall {
		mgcmark.go#L1040: 			state.conservative = true
		mgcmark.go#L1045: 			state.conservative = false
		mgcstack.go#L174: 	conservative bool